home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / ldialogs.zip / UNIT2.DFM / UNIT2.txt
Text File  |  1996-07-25  |  542b  |  32 lines

  1. object Form2: TForm2
  2.   Left = 282
  3.   Top = 186
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Dialog 2'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 20
  13.   object Button1: TButton
  14.     Left = 72
  15.     Top = 72
  16.     Width = 81
  17.     Height = 49
  18.     Caption = 'Help'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object Button2: TButton
  23.     Left = 232
  24.     Top = 80
  25.     Width = 81
  26.     Height = 41
  27.     Caption = 'Save'
  28.     TabOrder = 1
  29.     OnClick = Button2Click
  30.   end
  31. end
  32.